home *** CD-ROM | disk | FTP | other *** search
/ CDV Software Presents (USA) / CDV Software Presents (USA).bin / data / menu.dxr / 00022_global.ls < prev    next >
Encoding:
Text File  |  2003-04-02  |  144 b   |  11 lines

  1. on startMovie
  2.   set the exitLock to 1
  3.   set the keyDownScript to "keyCheck"
  4. end
  5.  
  6. on keyCheck
  7.   if the keyCode = 53 then
  8.     go(40)
  9.   end if
  10. end
  11.